@charset "ISO-8859-1";
/* Import any additional styles if needed, e.g., dropdown.css or form.css */
/*@import url("dropdown.css");*/
/* @import url("form.css"); */

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



html {
    font-size: 100%; /* Base font size for rem/em */
}

body {
    background: url("../../../../../../../images/sm_background.jpg") repeat-x top left #8B4B04;
    margin: 0;
    padding: 0;
    font: normal normal 120%/1.25 Arial, Helvetica, sans-serif;
    color: #412713;
}

.container {
    max-width: 742px; /* Matches original table width */
    margin: 0 auto;
    /*background: #E9DFBB; !* Main content background *!*/
}

/* Header */
header {
    width: 100%;
}

header img#header-image {
    width: 100%;
    height: auto;
    max-height: 151px; /* Matches original */
    position: relative;
    background-color: #8B4B04; /* Matches body to cover gaps */
}

/* Main Content */
main {
    position: relative;
    /* overflow: hidden;  Prevents margin collapse */
    width: 100%;
    max-width: 688px;
    margin: 0 auto;
    padding-top: 0; /*without this we get a big gap*/
    padding-bottom: 15px;
    padding-right: 0;
    padding-left: 0;
    background-color: #E9DFBB;
}

main::before,
main::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 27px;
    background-repeat: repeat-y;
}

main::before {
    left: -27px;
    background-image: url("../../../../../../../images/left-side.gif");
}

main::after {
    right: -27px;
    background-image: url("../../../../../../../images/right-side.gif");
}

.Text-Description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.15;
    color: #000;
}

h1, h2, h3 {
    color: #412713;
    font-weight: bold;
    margin-bottom: 12px;
}

h1 {
    font-family: Trebuchet, Arial, Helvetica, sans-serif;
    font-size: 40px;
    letter-spacing: -.75px;
    text-align: center;
}

h2 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    line-height: 25px;
    padding-left: 5px;
    padding-bottom: 4px;
}

p {
    padding-left: 5px;
    padding-bottom: 12px;
    font-size: 1em;
    text-indent: 0;
}

.maxmargin {
    margin-top: 30px;
}

.floatright {
    float: right;
    padding: 6px;
    margin: 0 0 6px 6px;
}

.show-list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.show-list ul {
    list-style-type: none;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: #5d2a11;
    padding: 0;
    margin: 0;
    flex: 1;
}

.show-list li {
    padding: 5px;
}

.center {
    text-align: center;
    margin: 10px 0;
}

/* Toggle Show/Hide */
.toggle {
    background: url("../../../../../../../images/brown_sprite.png") no-repeat 0 -14px;
    display: inline-block;
    width: 14px; /* Adjust based on sprite */
    height: 14px;
    position: relative;
    top: 5px;
    left: 5px;
    cursor: pointer;
}

.off .hide_me {
    display: none;
}

.on .toggle {
    background-position: 0 9px;
}

/* Footer */
footer {
    text-align: center;
    width: 100%;  /* Ensures it takes the full width of its parent */
    max-width: 688px; /* Restricts it to the main container width */
    margin: 0 auto; /* Centers it */
    background-color: #E9DFBB;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; /* Adds spacing between elements */
}



.footer-inner {
    /* 1. Make it the center block at 688px */
    width: 688px;
    margin: 0 auto;
    background-color: #E9DFBB;
    position: relative; /* 2. Needed for absolute positioning */
    /* remove display: flex if it causes height issues,
       or ensure children are not floated without a clearfix */
}

/* 3. Attach side gradients to .footer-inner */
.footer-inner::before,
.footer-inner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;               /* Spans the full container height */
    width: 27px;             /* Each side image is 27px wide */
    background-repeat: repeat-y;
}

.footer-inner::before {
    left: -27px;             /* Positions left gradient outside the 688px center */
    background-image: url("../../../../../../../images/left-side.gif");
}

.footer-inner::after {
    right: -27px;            /* Positions right gradient outside the 688px center */
    background-image: url("../../../../../../../images/right-side.gif");
}


.footer-nav {
    margin-bottom: 10px;
}

.footer-nav a {
    color: #0066cc;
    text-decoration: none;
    margin: 0 5px;
}

#copyright {
    font-size: 14px;
    margin-top: 5px;
}
/* Responsive Design */
@media (max-width: 742px) {
    .container {
        padding: 0 10px;
    }

    .show-list {
        flex-direction: column;
    }
}

/* Navigation */

.main-nav {
    width: 100%;
    max-width: 688px;
    margin-top: -5px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    text-align: center;
    padding: 0;
    background-color: #E9DFBB;
}

.main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 10px;
}

.main-nav li {
    position: relative;
}


.main-nav a {
    color: #0066cc;
    font-weight: bold;
    text-decoration: none;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.main-nav a:hover {
    color: #444466;
}






/* ######### Style for Main Menu ######### */
#chromemenu {
    position: relative; /* Changed to relative for natural page flow */
    /*width: 688px;*/
    /*margin-top: -5px; !* this is to minimizing the annoying gap between the top image and the start of the chromemnue - Adjust as needed *!*/
    /*!*margin: 0 auto;  Centered horizontally *!*/
}

#chromemenu::before,
#chromemenu::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%; /* Matches the height of the navigation menu */
    width: 27px; /* Width of the side images */
    background-repeat: repeat-y; /* Repeats the image vertically */
}

#chromemenu::before {
    left: -27px; /* Positions left image outside the menu */
    background-image: url("../../../../../../../images/left-side.gif");
}

#chromemenu::after {
    right: -27px; /* Positions right image outside the menu */
    background-image: url("../../../../../../../images/right-side.gif");
}

#chromemenu a {
    text-decoration: none;
}

#chromemenu ul {
    list-style: none; /* Remove default list styling */
    padding: 0;
    margin: 0;
    display: flex; /* Modern flexbox for horizontal layout */
    justify-content: space-around; /* Evenly spaced items */
    align-items: center; /* Vertically centers the <li> elements */
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #412713;
    font-weight: bold;
}

#chromemenu ul li {
    position: relative; /* Positioning context for dropdowns */
}

#chromemenu ul li a {
    display: block; /* Full clickable area */
    padding: 6px 12px 0 12px; /* Top: 6px, Right: 12px, Bottom: 0, Left: 12px */
    color: black;
    font-weight: bold;
    text-decoration: none;
}

#chromemenu ul li a:hover {
    color: #444466; /* Hover color */
}

/* Show dropdown on hover */
#chromemenu ul li:hover .dropmenudiv {
    display: block;
}